Remove deprecated GtkTreeModel functions (macros)
authorChristian Dywan <christian@twotoasts.de>
Wed, 7 Oct 2009 15:51:55 +0000 (17:51 +0200)
committerJavier Jardón <jjardon@gnome.org>
Sun, 2 May 2010 23:39:50 +0000 (01:39 +0200)
gtk/gtktreemodel.h

index b48e87b642cc1ccc29be5dbcbb9b466635c616d8..f103e9d92493d6022e71e6498a2739555e45ffd4 100644 (file)
@@ -149,10 +149,6 @@ gboolean     gtk_tree_path_is_ancestor      (GtkTreePath       *path,
 gboolean     gtk_tree_path_is_descendant    (GtkTreePath       *path,
                                              GtkTreePath       *ancestor);
 
-#ifndef GTK_DISABLE_DEPRECATED
-#define gtk_tree_path_new_root() gtk_tree_path_new_first()
-#endif /* !GTK_DISABLE_DEPRECATED */
-
 /* Row reference (an object that tracks model changes so it refers to the same
  * row always; a path refers to a position, not a fixed row).  You almost always
  * want to call gtk_tree_row_reference_new.
@@ -241,11 +237,6 @@ void              gtk_tree_model_foreach         (GtkTreeModel            *model
                                                  GtkTreeModelForeachFunc  func,
                                                  gpointer                 user_data);
 
-
-#ifndef GTK_DISABLE_DEPRECATED
-#define gtk_tree_model_get_iter_root(tree_model, iter) gtk_tree_model_get_iter_first(tree_model, iter)
-#endif /* !GTK_DISABLE_DEPRECATED */
-
 /* Signals */
 void gtk_tree_model_row_changed           (GtkTreeModel *tree_model,
                                           GtkTreePath  *path,